var reflect.structLookupCache
7 uses
reflect (current package)
type.go#L2259: var structLookupCache struct {
type.go#L2595: if ts, ok := structLookupCache.m.Load(hash); ok {
type.go#L2605: structLookupCache.Lock()
type.go#L2606: defer structLookupCache.Unlock()
type.go#L2607: if ts, ok := structLookupCache.m.Load(hash); ok {
type.go#L2618: if ti, ok := structLookupCache.m.Load(hash); ok {
type.go#L2621: structLookupCache.m.Store(hash, append(ts, t))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |